home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / editor / pt14l.lha / PasTeX_1.4 / Lite_Version / BUGLIST.TXT next >
Text File  |  1996-01-24  |  7KB  |  152 lines

  1. [IMMD]  [CIP] [Index]  [Up] Oliver Knorr, 21-Dec-1995
  2.  
  3. -------------------------------------------------------------------------------
  4.  
  5. Buglist: PasTeX 1.4 on Meeting Pearls III
  6.  
  7. Here is a complete list of known problems and how to solve them.
  8.  
  9. This document is split into two sections: the first one lists problems unique
  10. to the Meeting Pearls III distribution of PasTeX, the second one lists problems
  11. of all PasTeX CD-ROM distributions since the very first one (September 1993).
  12.  
  13. -------------------------------------------------------------------------------
  14.  
  15. Meeting Pearls III Problems
  16.  
  17. Installation script can not be started
  18.  
  19. I introduced a small but annoying bug when cleaning up the texmf root
  20. directory: the hard disk installation script can not be started from Workbench,
  21. you will get an error message.
  22.  
  23. The reason for this: the installation script is named Install.HD, but its icons
  24. has a ToolType SCRIPT=InstallHD (notice the missing dot). Because of this
  25. ToolType, the installer program tries to load the non-existing file InstallHD
  26. instead of the Install.HD you double-clicked.
  27.  
  28. With CD-Write (you can use the version on the MP III) you can fix the problem,
  29. so the installation script can be started from Workbench. Either delete the
  30. SCRIPT=Install.HD ToolType (better solution) or rename the installation script
  31. to InstallHD (without the dot).
  32.  
  33. Do not try to start the installation script from the Shell. This fixes the
  34. above problem, but introduces some others.
  35.  
  36. I am sorry for any inconvieniences this has caused. Be assured that I did a lot
  37. of testing on the installation script (and fixed some older bugs it had). I did
  38. not know about the SCRIPT-ToolType and cleaning up the root directory was one
  39. of the last things I did. Unfortunately the bug was not noticed before the
  40. production of the CDs started.
  41.  
  42. Font bitmap creation fails
  43.  
  44. The Metafont distribution included in the texmf directory will refuse to create
  45. any pk font files for you. The reason for this is a TAB character my editor
  46. killed while I made the changes to MakeTeXFont.rexx. This causes the script to
  47. fail on MF:config/modes, which also contains TAB characters. Unfortunately, I
  48. had to edit a local copy of the modes file before testing for my printer.
  49. During this change, the TABs also vanished in my private copy of that file.
  50. This way I did not notice the problem.
  51.  
  52. As a simple workaround, replace the TABs by spaces with CD-Write. You can use
  53. the AmigaOS Ed editor for this Task. Start it with the following command line:
  54.  
  55. C:Ed CDW-Meeting_Pearls_III:Pearls/texmf/metafont/config/modes
  56.  
  57. The editor will automatically convert the TABs to spaces while loading the
  58. file. You only need to save it and quit Ed. This can be done in one step by
  59. pressing the Esc, x and return keys in this sequence.
  60.  
  61. TeXShell forgets your path settings
  62.  
  63. If you start the TeXShell directly from the CD, the correct paths for the
  64. texmf-programs are set, but your system-wide paths set in S:User-Startup are
  65. gone. I am not sure where this problem comes from (we took special care on this
  66. CD for this not to happen, but obviously that was not enough), but for me it
  67. vanishes if the :C/MetaTool default tool is replaced with C:IconX.
  68.  
  69. german.sty / hyphenation does not work under LaTeX 2.09
  70.  
  71. The german.sty 2.5b and the LaTeX 2.09 files on the CD seem to be incompatible,
  72. which results in an error message about hyphenation patterns. Possible
  73. solutions:
  74.  
  75.    *  Switch to LaTeX2e. The supplied german.sty works fine under LaTeX2e, even
  76.      in LaTeX 2.09 compatibility mode.
  77.    *  Use an older version of german.sty. I have been told the german3.sty also
  78.      included on the CD can be used.
  79.  
  80. Special characters (äöü etc.) don't work anymore
  81.  
  82. I heard some complaints that the non-ASCII special characters don't work in
  83. LaTeX 2.09 any more. This is not really a problem of the Meeting Pearls III
  84. distribution of PasTeX. Apparantly, some older PasTeX-distributions came with
  85. formatfiles that had preloaded translation macros for the Amiga's eight bit
  86. character set. This was no good idea, because it let you create non-portable
  87. documents that won't work with standard formatfiles, like the ones on MP III.
  88.  
  89. The solution to this problem is to change your documents. Just insert
  90. \input{amiga.tex} (or use some other file with suitable translation macros) at
  91. the beginning.
  92.  
  93. An even better solution would be to switch to LaTeX2e, because here you can use
  94. \usepackage[latin1]{inputenc} for the same result, which is a standard feature
  95. of LaTeX2e. This means you can use the Amiga character set and get *truly*
  96. portable documents without the need to supply additional files.
  97.  
  98. Problems with pk-font copying
  99.  
  100. There are several bugs in the pk-font copying routines of the installation
  101. script. They mostly affect the 600 dpi ljfour and the fax fonts. The fixpack
  102. fixes these problems completely.
  103.  
  104. No TeX-Paths in TeXShell
  105.  
  106. This problem occurs only, if you are using a third-party replacement shell that
  107. is is started from S:Shell-Startup. It happens, because in TeX:s/pastex-startup
  108. the TeX-Paths are added after S:Shell-Startup is Executed. A corrected version
  109. is in the fixpack.
  110. -------------------------------------------------------------------------------
  111.  
  112. General PasTeX CD-ROM problems
  113.  
  114. Superflous S:User-Startup entries
  115.  
  116. The installation script always adds the commands for Metafont to your
  117. S:User-Startup, regardless if you have chosen to install Metafont or not.
  118.  
  119. If you did not install Metafont, this can give you some trouble when booting,
  120. because the required directories are missing.
  121.  
  122. To prevent this, change your S:User-Startup manually if you did not install
  123. Metafont. You need to delete the line that starts with Assign MF:, and delete
  124. MF:bin from the Path line.
  125.  
  126. Truncated LaTeX 2.09 filenames
  127.  
  128. The last letter before the .sty extension of the following two filenames is
  129. missing:
  130.  
  131.    *  :Pearls/texmf/inputs/latex209/titlepage.sty
  132.    *  :Pearls/texmf/inputs/latex209/twocolumn.sty
  133.  
  134. Trouble with PKVol: Assigns and font caching
  135.  
  136. If you use font caching (missing fonts are searched on the CD and copied to
  137. your hard drive when needed), the installation script will add a PKVol:
  138. Multiassign to your S:User-Startup.
  139.  
  140. Because of this Assign, the Meeting Pearls III CD will be requested each time
  141. you boot the computer - which is quite annoying.
  142.  
  143. A possible solution is to edit the TeX:config/fontvols file. Replace PKVol at
  144. the start of the lines with different names for each line. Then change your
  145. S:User-Startup in the same way: replace the old PKVol:-Assign by a number of
  146. new ones, according to your changes to the fontvols-file. For these new
  147. Assigns, use the DEFER keyword and the CD will not be requested at boot time
  148. any more.
  149.  
  150. There are some other problems with font caching, too. For example, it does not
  151. work for 600 dpi (LJ4) fonts. The fixpack will take care of these things, too.
  152.